home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / GameKit / Examples / PacMan / Makefile < prev    next >
Makefile  |  1995-06-12  |  2KB  |  61 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = PacMan
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = PacMan.tiff
  16. LOCAL_RESOURCES = HighScore.nib InfoPanel.nib PacMan.nib \
  17.                   PreferencesPanel.nib Help
  18.  
  19. GLOBAL_RESOURCES = BackGround.eps DonFace4.tiff Fruit.tiff FruitBig.tiff \
  20.                    GameOver.tiff GameOverBig.tiff Ghosts.tiff \
  21.                    GhostsBig.tiff Gradation.eps lush.tiff Maze.tiff \
  22.                    MazeBig.tiff PacMan.tiff PacManTitle.tiff Pacs.tiff \
  23.                    PacsBig.tiff Sunset.tiff InfoMusic.snd Sound0.0.snd \
  24.                    Sound1.0.snd Sound2.0.snd Sound3.0.snd Sound4.0.snd \
  25.                    Sound5.0.snd
  26.  
  27. CLASSES = FruitView.m Maze.m Monster.m PacManGameBrain.m \
  28.           PacManInfoController.m PacManPreferencesBrain.m PacManView.m \
  29.           Player.m
  30.  
  31. HFILES = FruitView.h Maze.h Monster.h MonsterMovement.h PacManGameBrain.h \
  32.          PacManInfoController.h PacManPreferencesBrain.h PacManView.h \
  33.          PacMovement.h Player.h
  34.  
  35. MFILES = PacMan_main.m
  36.  
  37. PSWFILES = Text.psw
  38.  
  39. OTHERSRCS = mazes
  40.  
  41.  
  42. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  43. INSTALLDIR = $(HOME)/Apps
  44. INSTALLFLAGS = -c -s -m 755
  45. SOURCEMODE = 444
  46.  
  47. ICONSECTIONS =    -sectcreate __ICON app PacMan.tiff
  48.  
  49. LIBS = -ldaymisckit -lgamekit -lMedia_s -lNeXT_s -lIndexing_s -lni_s
  50. DEBUG_LIBS = $(LIBS)
  51. PROF_LIBS = $(LIBS)
  52.  
  53.  
  54. -include Makefile.preamble
  55.  
  56. include $(MAKEFILEDIR)/app.make
  57.  
  58. -include Makefile.postamble
  59.  
  60. -include Makefile.dependencies
  61.